home *** CD-ROM | disk | FTP | other *** search
- COMMENT %
- ==============================================================================
- Instance variable name definitions.
-
- =============================================================================%
- Row1 EQU 0 ;Window objects
- Col1 EQU 1
- Row2 EQU 2
- Col2 EQU 3
- Color EQU 4
- Unused EQU 5
- TxtPtr EQU 6
- InxPtr EQU 8 ;Menu objects
- MasterObj EQU 10 ;Slave objects
- DispTbl EQU 12 ;Dispatch objects
- MenuPtr EQU 14 ;Menu objects
- MenuTbl EQU 16 ;Menu objects
- SlaveTbl EQU 18 ;Master objects
- ActiveSlave EQU 20 ;Master objects
-
- OldAttr EQU 0 ;Video only
- OldMode EQU 1
- VideoSeg EQU 2
-
- MemSize EQU 0 ;MemMngr objects
- MemSeg EQU 2
- FileHdl EQU 4 ;File objects
- BytesRead EQU 6
-
- ?Shadow EQU 0 ;Shadow objects
-
- NextContext EQU 0 ;Dispatch only
-
- ?ReadDir EQU 6 ;Dir only
-
- ScanCode EQU 5 ;Keyboard only
- AsciiCode EQU 6 ;Keyboard only
-
- Status EQU 2 ;Mouse only
- ?Mouse EQU 3
- ?NewState EQU 4
-
- HChar EQU 0 ;Border only
- VChar EQU 1
- ULChar EQU 2
- URChar EQU 3
- LLChar EQU 4
- LRChar EQU 5
-
-
-